Flexible I/O Configuration
Name Start Address Type Access
DIO_INHIBIT 2900 UINT32 R/W
DIO_ANALOG_ENABLE 2880 UINT32 R/W
DIO_INHIBIT
- Address: 2900
A single binary-encoded value where each bit determines whether _STATE, _DIRECTION or _ANALOG_ENABLE writes affect that bit of digital I/O. 0=Default=Affected, 1=Ignored.
  • Data type: UINT32  (type index = 1)
  • Readable and writable
  • Default value: 0
Constant Value
Affected 0
Ignored 1
DIO_ANALOG_ENABLE
- Address: 2880
Read or write the analog configuration of all digital I/O in a single binary-encoded value. 1=Analog mode and 0=Digital mode. When switching from analog to digital, the lines will be set to input. Writes are filtered by the value in DIO_INHIBIT.
  • Data type: UINT32  (type index = 1)
  • Readable and writable
Constant Value
Digital mode 0
Analog mode 1